home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / mainmenu.dxr / 00021.ls < prev    next >
Encoding:
Text File  |  1996-07-06  |  109 b   |  7 lines

  1. on checkkey
  2.   if the commandDown and (the key = "Q") then
  3.     dontPassEvent()
  4.     go(1, "QUIT")
  5.   end if
  6. end
  7.